bracket operator造句
例句與造句
- and the bracket operator
)和方括號運算符( - the bracket operator is used to retrieve elements of arrays and collections
方括號運算符用來檢索數(shù)組和集合的元素。 - furthermore, the dot operator and the bracket operator are interoperable
此外,點運算符和方括號運算符還可以互操作。 - as was true of the dot operator, the bracket operator can be applied recursively
和點運算符一樣,方括號運算符也可以遞歸應用。 - finally, the dot operator and the bracket operator are somewhat interchangeable
最后,點運算符和方括號運算符可能實現(xiàn)某種程度的互換。 - It's difficult to find bracket operator in a sentence. 用bracket operator造句挺難的
- interface, the bracket operator looks up a value stored in the map using the associated key
接口的集合,方括號運算符使用關(guān)聯(lián)的鍵查找存儲在映射中的值。 - for example, if the elements of an array are themselves objects, the bracket operator can be used to retrieve an element of the array and be combined with the dot operator to retrieve one of the element s properties for instance,
例如,如果數(shù)組的元素本身是對象,則可以使用方括號運算符來檢索該數(shù)組的元素,并結(jié)合點運算符來檢索該元素的一個特性(例如